curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_research_v2_get_section \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"report_id": "{{research_result.report_id}}",
"section_key": "company-overview",
"output_variable_name": "section_data"
}
'{
"status": 123,
"response": {}
}Get a specific section from a research report.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_research_v2_get_section \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"report_id": "{{research_result.report_id}}",
"section_key": "company-overview",
"output_variable_name": "section_data"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
UUID of the report.
Section to retrieve.
company-overview, technology-stack, wappalyzer-technologies, financials, hubspot-info, funding-history, web-traffic, people, news, homepage-screenshot, competitors, job-openings, search-keywords, contact, g2-reviews Variable name for the section data.
^[a-zA-Z][a-zA-Z0-9_]*$